
/* BASIC RESET */

/* HTML ELEMENTS */
body {
	background-color:#dce0e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-x;
}
h1, h2, h3 {
	font-weight:normal;
	margin-top: 5px;
}
h1 {
	font-size: 2em;
	color: #00264c; 
}
h2{
	font-size: 1.3em;
	color: #572700; 
}
h3{
	font-size: 1.3em;
	color: #572700; 
}
p{
	margin: .75em 0;
}
a, a:visited {
	color:#d2232a;
}
a:hover {
	color:#931015;
}
a img {
border:0px;
}
ul{
	margin: 0em 0em .1em 1em;
	padding-left: .25em;
}
ol{
	margin: 0em 0em .1em 1em;
	padding-left: .25em;
}
li {
	padding: 0.15em ;
}

/* COMMON CLASSES */
.break {
	clear:both;
}


/* NAVIGATION BARS */
#nav-outer-top {
	height:28px;
	padding-top:1px;
	margin-top:4px;
	background-image:url("images/headerbg.png");
	color:#fff;
}
#nav-outer-top-text {
	width:864px;
	padding: 0 0 0 38px;
	text-align:left;
}
#nav-outer-middle {
	height:28px;
	width: 935px;
	padding:0 0 0 25px;
	margin:4px 0 0 0;
	background-image:url("images/headerbg.png");
}


/* HEADER HAVIGATION */
#nav-outer-bottom {
	height:28px;
	width: 960px;
	margin:4px 0 0 0;
	background-image:url("images/headerbg.png");
	color:#FFF;

}

/* CONTENT */
#main-wrapper {
	clear:both;
	overflow:hidden;
}
#content {
	width:960px;
	margin:0 auto;
	padding: 20px 0 0 0;
	color:#000;
}
#content_styles {
	width:960px;
	height:1300px;
	margin:0 auto;
	padding: 20px 0;
	color:#000;
}
#logo {
	width:900px;
	text-align:left;
	padding: 0 0 10px 37px;
}
#sidebar_left{
	float:left;
	width: 550px;
	padding: 20px 0 0 37px;
}
#sidebar_right{
	float:left;
	width: 263px;
	padding: 20px 0 0 100px;
}
#full{
	float:left;
	width: 950px;
	padding: 20px 0 0 0;
}
#copyright {
	clear: both;
	width:910px;
	padding:0 80px 0 10px;
	color: #00264c; 
	font-size: 12px;
	text-align:right;
}
#applications {
	clear: both;
	width:587px;
	padding:330px 0 10px 323px;
}
#footer-menu-wrapper {
	clear: both;
	overflow:hidden;
	height:26px;
	background-image:url("images/headerbg.png");
}
#menu_footer {
	width:1037px;
	margin:0 auto;
	padding:5px 0 0 0;
}
#menu_footer ul { list-style:none; }
#menu_footer ul li { display:inline;  font-size:12px; }
#menu_footer ul li a { color:white; text-decoration:none; padding:7px 20px; }
#menu_footer ul li a:hover {color:#000; background-color:#FFF;}

/* HOME */
#container {
	width:960px;
	margin:0 auto;
}
#slideshow-container {
	position:relative;
	width:960px;
	height:600px;
	margin:0 auto;
	z-index:1;
	overflow:hidden;
}
#nav-outer-top-home {
	position:absolute;
	height:28px;
	width: 960px;
	top:4px;
	background-image:url("images/headerbg.png");
	z-index:2;
	text-align:left;
}
#nav-outer-middle-home {
	position:absolute;
	height:28px;
	width: 947px;
	padding:0 0 0 13px;
	top:36px;
	background-image:url("images/bg-menu.png");
	background-repeat:repeat-x;
	z-index:3;
	line-height:0;
}
#menu {
	text-align:left;
}
#menu ul { list-style:none; margin:0;}
#menu ul li { display:inline;  font-size:12px; }
#menu ul li a { color:white; text-decoration:none; padding:7px 20px; }
#menu ul li a:hover {
	color:#000;
	background-color:#FFF;
	}
#nav-outer-bottom-home {
	position:absolute;
	height:23px;
	width: 960px;
	padding-top:7px;
	top:570px;
	background-image:url("images/bg-menu.png");
	background-repeat:repeat-x;
	color:#FFF;
	z-index:4;
}
#menu_bottom {
	clear:both;
	float:left;
	margin:0;
	padding:0;
}
#menu_bottom ul { list-style:none; margin:0;}
#menu_bottom ul li { display:inline;  font-size:12px; }
#menu_bottom ul li a { color:white; text-decoration:none; padding:7px 20px; }
#menu_bottom ul li a:hover {color:#000; background-color:#FFF;}
#sales_number {
	float:left;
	padding: 0 0 0 50px;
}
